/**
 * i`pCjVCY
 */
function Initialize_Luna(){
	HiSpeed = 3.6;
	LowSpeed = 1.8;
	Intersection = 0;
	Graze = 50;
	Rebirth = 26;
	RebirthReduction = 1;
	InitialBomb = 4;
	ItemCollect = 160;
	
	GaugeRecovery = 3;
	GaugeShieldUse = 5;
	ShieldRadius = 58;
	ChargePlus = 2;
	
	imgPlayer = imgPlayer_Luna;
	
	//vC[摜[h
	LoadGraphic( imgPlayer );
	
	//vC[ݒꊇŃZbg
	SetPlayerSettings();
	
	//ő`[WJEgݒ
	SetMaxChargeCount( 7 );
}

/**
 * i`pC[v
 */
function MainLoop_Luna(){
}

/**
 * i`p`揈
 */
function DrawLoop_Luna(){
}

/**
 * i`pt@CiCY
 */
function Finalize_Luna(){
}

/**
 * i`pVbg
 * 
 * @param {Integer} count VbgpJE^
 */
function Shot_Luna( count ){
}

/**
 * i`p`[WVbg
 */
task ChargeShot_Luna(){
}